@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

/* global */
h1 {
    font-family: 'Luckiest Guy', cursive;
}

h2 {
    font-family: 'Luckiest Guy', cursive;
}

.col-md-3 {
    margin-bottom: 20px;
}

.col-md-3 .card {
    transition: .4s;
}

.col-md-3 .card:hover {
    transform: translateY(-7px);
    box-shadow: 0 7px 5px 1px rgba(0, 0, 0, .2);
}

/* Navbar */
.navbar-brand {
    font-family: 'Luckiest Guy', cursive;
}

.navbar ul li:hover {
    border-bottom: 2px solid white;
    margin-bottom: -2px;
}

.navbar .button {
    margin-right: 10px;
}

/* Judul Halaman */
.kaos-kaki {
    margin-top: 130px;
}

.card {
    transition: .4s;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 7px 5px 1px rgba(0, 0, 0, .2);
    color: white;
    background-color: #212529;
}

.card .btn {
    transition: .4s;
}

.card .btn:hover {
    transform: scale(.9);
    background-color: white;
    color: #212529;
}

/* Keterangan */
.keterangan .row {
    width: 70%;
    text-align: justify;
}

/* info */
.informasi {
    background-color: #ddd;
}

.info {
    padding: 20px;
}

.info ul {
    list-style: none;
}

.info .btn {
    border: 2px solid #aaa;
}

.info .btn:hover {
    background-color: rgb(32, 32, 32);
    color: white;
}

.info .bold {
    color: rgb(29, 29, 29);
    border-radius: 30px;
    padding: 4px;
    transition: .1s;
}

.info .bold:hover {
    background-color: rgb(32, 32, 32);
    color: white;
}

/* Footer */
.footer {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (width : 768px) and (width : 1024px)  {
    .info .mbottom {
        margin-bottom: 10px;
    }
}

@media screen and (max-width : 992px) {
    .navbar .button {
        margin-bottom: 10px;
    }
}